home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fm10.zip / FM.DOC < prev    next >
Text File  |  1980-01-01  |  18KB  |  370 lines

  1.  
  2.  
  3.                            FM - The File Manager
  4.                            ---------------------
  5.  
  6.                               Version 1.00
  7.                               10-April-1990
  8.  
  9.  
  10.                      Written by Bruce A. Pennypacker
  11.  
  12.  
  13.  
  14.  
  15.   FM is a program designed to provide easy and convenient control over a broad
  16.   number of file functions and tasks.  Most of the program is written in
  17.   Turbo Pascal 5.5 (Copyright Borland International), with some of the screen
  18.   management routines written in Inline assembly code for optimum performance.
  19.   Some of the abilities of FM include:
  20.  
  21.       - Erasing, copying, and renaming groups of files.
  22.  
  23.       - Overwriting files while erasing them in order to prevent un-erasing
  24.         by programs such as Norton Utilities "Quick Unerase" utility.
  25.  
  26.       - Modifying the attributes of files and directories.
  27.  
  28.       - Creating, removing, and renaming directories.
  29.  
  30.  
  31.   FM utilizes a number of different colors in it's display.  It is helpful,
  32.   although not required, to use FM with a color display.
  33.  
  34.  
  35.  
  36.                              LICENSE/WARRANTY
  37.                              ----------------
  38.  
  39.   This program is shareware (freeware), and may be freely distributed in it's
  40.   original form.  No user may modify FM or this document in any way.  No fee,
  41.   charge, or other compensation may be accepted or requested without the
  42.   express written consent of the author.  Distribution of FM in conjuction
  43.   with any other product is prohibited, except with similar written consent.
  44.  
  45.   Distributors of public domain software may distribute copies of FM subject
  46.   to the above conditions.
  47.  
  48.   The author makes no warranty of any kind, express or implied, including
  49.   without limitation, any warranties of merchantability and/or fitness for a
  50.   particular purpose.  Furthermore, the author shall not be liable for any
  51.   damage to data or property which may be directly or indirectly caused by
  52.   the use of this program.  In no event will the author be liable for any
  53.   damages, including lost profits, or for any claim by any other party.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.                                 USING FM
  60.                                 --------
  61.  
  62.   FM is invoked with the following command:
  63.  
  64.      FM [path]
  65.  
  66.   Path is an optional parameter which tells FM which disk and/or directory
  67.   to use as the current working directory.  We will assume for the sake of
  68.   the following examples that FM was invoked from the C: drive with no
  69.   parameters supplied.
  70.  
  71.   When FM is invoked, it will scan the entire C: drive and gather data on
  72.   all the files it finds.  After scanning the disk, FM's main display will
  73.   appear.  This display will look somewhat like the display below, (with the
  74.   exception of a few colors):
  75.  
  76.  
  77.       Copy     Move     Erase     Attr     Rename     Date     Print     Quit
  78.  Copy Marked Files
  79.  ------------------------------------------------------------------------------
  80.   Filename Ext   Path                         Size    Date     Time      Attr
  81.   IBMBIO   COM   C:\                          22100   3-18-87  12:00:00  ARSH
  82.   IBMDOS   COM   C:\                          30159   3-17-87  12:00:00  ARSH
  83.   COMMAND  COM   C:\                          25307   3-17-87  12:00:00  A---
  84.   IBMCACHE SYS   C:\                          8032    2-26-87  12:00:00  -R-H
  85.   SEDTENV  BAT   C:\                          40     12-31-89  16:00:22  ----
  86.   CONFIG   SYS   C:\                          102    12-31-89  16:14:02  ----
  87.   ANSI     SYS   C:\                          1678    3-17-87  12:00:00  -R-H
  88.   AUTOEXEC BAT   C:\                          234     3-15-90   1:35:26  A---
  89.   SD       INI   C:\                          2497    3-07-90  22:56:52  ----
  90.   DOSUT    <DIR> C:\                          -       3-14-90  16:39:56  ----
  91.   PARKHEAD COM   C:\DOSUT\                    4282    2-08-88  18:00:00  ----
  92.   ANSI     SYS   C:\DOSUT\                    1678    3-17-87  12:00:00  -R--
  93.   APPEND   EXE   C:\DOSUT\                    5825    3-17-87  12:00:00  -R--
  94.   ASSIGN   COM   C:\DOSUT\                    1561    3-17-87  12:00:00  -R--
  95.   CHKDSK   COM   C:\DOSUT\                    9850    3-18-87  12:00:00  -R--
  96.   COMP     COM   C:\DOSUT\                    4214    3-17-87  12:00:00  -R--
  97.   COUNTRY  SYS   C:\DOSUT\                    11285   3-17-87  12:00:00  -R--
  98.  
  99. Line:  1    Selected: 0     Size: 0       Total Files: 28     Free: 209920
  100. F1-ChDir  F2-Sort  F3-Search  F4-MkDir  F5-Mark  F6-Clear All  F7-Info  F10-Quit
  101.  
  102.  
  103.  
  104.                               THE DISPLAY
  105.                               -----------
  106.  
  107.   The top line of the display is a bar menu.  Options along this menu may be
  108.   selected in one of two ways.  The first way is to move the highlighted bar
  109.   using the left and right arrow keys, then hitting ENTER when the desired
  110.   command is highlighted.  The other way is to hit the first letter of the
  111.   desired command.  When most of these options are selected a submenu will
  112.   appear.  The functions of each submenu will be discussed later.
  113.  
  114.   Under the bar menu is a single line that displays a brief description of
  115.   each menu command.  As the highlighted menu bar is moved among the various
  116.   commands, a description of the highlighted command will appear on this line.
  117.  
  118.   The main body of the display is used to display information on up to 17
  119.   files on the C: drive.  The information displayed is as follows:
  120.  
  121.     Filename : The files name.
  122.     Ext      : The extension of the file.
  123.     Path     : The path in which the file is located.
  124.     Size     : The size of the file.
  125.     Date     : The date the file was created.
  126.     Time     : The time the file was created.
  127.     Attr     : The attributes (if any) of the file.
  128.                The attributes may be one or more of the following:
  129.  
  130.                A : Archive
  131.                R : Read Only
  132.                S : System
  133.                H : Hidden
  134.  
  135.  
  136.   When the display first appears, the first file in the display will be
  137.   highlighted with a blue bar.  This bar is used to select files before any
  138.   operations can be performed.  Selecting files is done by moving the
  139.   highlighted bar up and down, and then hitting the space bar.
  140.  
  141.   The highlighted bar can be moved up and down with the up and down arrow
  142.   keys, Page Up, Page Down, Home, and End.  Once the desired file is
  143.   highlighted, pressing the space bar will cause a small circle to appear to
  144.   the left of the filename, showing that the file has been selected.  Pressing
  145.   the space bar again will cause the circle to disappear, thereby "deselecting"
  146.   the file.
  147.  
  148.   Under the list of files is a line that contains information about the
  149.   current disk drive, and the files on the drive.  The first bit of information
  150.   displayed is the current position of the highlighted bar in the file list.
  151.   As the bar is moved among the file list, this number is continually
  152.   updated to let you know what line the highlighted bar is on in the list.
  153.  
  154.   Next to the line number is a display showing how many files are currently
  155.   selected.  This number will increase and decrease as the number of selected
  156.   files changes.  Also on this line is a display showing the size of all the
  157.   selected files.  This value will also change as the number of selected files
  158.   changes.
  159.  
  160.   The right hand side of this display provides information about the current
  161.   drive.  The information provided is the number of files on the disk and
  162.   the number of free bytes on the disk.
  163.  
  164.   The bottom line of the screen contains a list of 8 function keys and their
  165.   associated commands.  These commands will be discussed later.
  166.  
  167.  
  168.  
  169.                              MENU COMMANDS
  170.                              -------------
  171.  
  172.   Copy:
  173.     The copy option is used to copy files in a number of different ways.  When
  174.     copy is selected from the main menu a submenu will appear with the options
  175.     Normal, Rename, and Append.
  176.  
  177.     Normal copying will copy all marked files to one destination path.  You
  178.     will be prompted for a destination path, and all the marked files will
  179.     be